home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TDICTIONARYEDITOR / TDICTIONARYEDITOR.txt
Text File  |  2004-10-12  |  4KB  |  200 lines

  1. object DictionaryEditor: TDictionaryEditor
  2.   Left = 200
  3.   Top = 113
  4.   HelpContext = 14022
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Dictionaries'
  8.   ClientHeight = 278
  9.   ClientWidth = 432
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 34
  27.     Height = 13
  28.     Caption = '&Words:'
  29.     FocusControl = eWord
  30.   end
  31.   object lAction: TLabel
  32.     Left = 200
  33.     Top = 8
  34.     Width = 33
  35.     Height = 13
  36.     Caption = 'A&ction:'
  37.     FocusControl = cbAction
  38.   end
  39.   object lOther: TLabel
  40.     Left = 200
  41.     Top = 48
  42.     Width = 55
  43.     Height = 13
  44.     Caption = 'Ot&her word:'
  45.     FocusControl = eOther
  46.   end
  47.   object eWord: TEdit
  48.     Left = 8
  49.     Top = 24
  50.     Width = 179
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object lWords: TListBox
  55.     Left = 8
  56.     Top = 48
  57.     Width = 179
  58.     Height = 73
  59.     ItemHeight = 13
  60.     TabOrder = 1
  61.     OnClick = lWordsClick
  62.   end
  63.   object cbAction: TComboBox
  64.     Left = 200
  65.     Top = 24
  66.     Width = 225
  67.     Height = 21
  68.     ItemHeight = 13
  69.     TabOrder = 2
  70.     Items.Strings = (
  71.       'Ignore (treat as correctly spelled)'
  72.       'Change automatically'
  73.       'Auto change with preserved case'
  74.       'Conditional change'
  75.       'Conditional change (case preserved)'
  76.       'Exclude')
  77.   end
  78.   object eOther: TEdit
  79.     Left = 200
  80.     Top = 64
  81.     Width = 225
  82.     Height = 21
  83.     TabOrder = 3
  84.   end
  85.   object bAddWord: TButton
  86.     Left = 200
  87.     Top = 96
  88.     Width = 105
  89.     Height = 25
  90.     Caption = '&Add word'
  91.     TabOrder = 4
  92.     OnClick = bAddWordClick
  93.   end
  94.   object bDelWord: TButton
  95.     Left = 320
  96.     Top = 96
  97.     Width = 105
  98.     Height = 25
  99.     Caption = '&Delete Word'
  100.     TabOrder = 5
  101.     OnClick = bDelWordClick
  102.   end
  103.   object gbDic: TGroupBox
  104.     Left = 8
  105.     Top = 136
  106.     Width = 417
  107.     Height = 105
  108.     Caption = 'Dictionary'
  109.     TabOrder = 6
  110.     object Label3: TLabel
  111.       Left = 8
  112.       Top = 16
  113.       Width = 19
  114.       Height = 13
  115.       Caption = '&File:'
  116.       FocusControl = cbLex
  117.     end
  118.     object Label4: TLabel
  119.       Left = 192
  120.       Top = 16
  121.       Width = 51
  122.       Height = 13
  123.       Caption = 'Language:'
  124.     end
  125.     object lLang: TLabel
  126.       Left = 192
  127.       Top = 36
  128.       Width = 81
  129.       Height = 13
  130.       Caption = 'American English'
  131.     end
  132.     object cbLex: TComboBox
  133.       Left = 8
  134.       Top = 32
  135.       Width = 171
  136.       Height = 21
  137.       Style = csDropDownList
  138.       ItemHeight = 13
  139.       TabOrder = 0
  140.       OnChange = cbLexChange
  141.     end
  142.     object bNewDic: TButton
  143.       Left = 312
  144.       Top = 16
  145.       Width = 97
  146.       Height = 25
  147.       Caption = '&New File...'
  148.       TabOrder = 1
  149.       OnClick = bNewDicClick
  150.     end
  151.     object bAddDic: TButton
  152.       Left = 312
  153.       Top = 44
  154.       Width = 97
  155.       Height = 25
  156.       Caption = 'Add &File'
  157.       TabOrder = 2
  158.       OnClick = bAddDicClick
  159.     end
  160.     object bDelDic: TButton
  161.       Left = 312
  162.       Top = 72
  163.       Width = 97
  164.       Height = 25
  165.       Caption = '&Remove'
  166.       TabOrder = 3
  167.       OnClick = bDelDicClick
  168.     end
  169.     object bImport: TButton
  170.       Left = 8
  171.       Top = 64
  172.       Width = 81
  173.       Height = 25
  174.       Caption = 'I&mport...'
  175.       TabOrder = 4
  176.       OnClick = bImportClick
  177.     end
  178.     object bExport: TButton
  179.       Left = 96
  180.       Top = 64
  181.       Width = 83
  182.       Height = 25
  183.       Caption = '&Export...'
  184.       TabOrder = 5
  185.       OnClick = bExportClick
  186.     end
  187.   end
  188.   object bClose: TButton
  189.     Left = 176
  190.     Top = 248
  191.     Width = 75
  192.     Height = 25
  193.     Cancel = True
  194.     Caption = 'Close'
  195.     Default = True
  196.     ModalResult = 1
  197.     TabOrder = 7
  198.   end
  199. end
  200.